home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-21 | 374 b | 13 lines | [TEXT/ttxt] |
- module WebInterface
- exports URL
- exports readonly instance variables scheme, withoutscheme, user, password, domainname, path
- exports WebAccessManager, geturl, postURL, registerAccessMethod, getURLToFile
- exports getTempFileName, getURLToTempFile, openContainerFromURL
- exports readSome, readAll, startWebToolkit
- end
-
- module WebImplementation
- uses ScriptX
- uses WebInterface
- end
-